home *** CD-ROM | disk | FTP | other *** search
/ More DosGames 2.0 / MORE - Dosgames 2.0 (Software Company)(1994).iso / dosgames / hedge / hedge.h < prev    next >
Text File  |  1994-09-01  |  257b  |  11 lines

  1. void main(void);
  2. int  calc_truepath(int,int);
  3. void help_window(void);
  4. void intro_screen(void);
  5. int  is_a_vertex(int);
  6. void load_maze(char *);
  7. void put_tile(int,int,int);
  8. void run_maze(void);
  9. int  test_bit(int,int);
  10. int  unfill_path(int,int,int);
  11.